home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib5 / v_07_08 / v7n8010b.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  139 b   |  14 lines

  1. *****Listing 2*****
  2.  
  3.  
  4. #include <stdio.h>
  5. #include "debug.h"
  6.  
  7. void (f) ()
  8. {
  9.      printf("inside f\n");
  10. }
  11.  
  12.  
  13. *******************
  14.